export function load(): App.PageData { return { title: 'User', }; }
export function load(): App.PageData {
return {
title: 'User',
};
}